-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake: workaround for cmake bug#18349 #2244
Conversation
Codecov Report
@@ Coverage Diff @@
## python #2244 +/- ##
=======================================
+ Coverage 71% 71% +<1%
=======================================
Files 377 377
Lines 18941 18941
=======================================
+ Hits 13560 13580 +20
+ Misses 5381 5361 -20
Continue to review full report at Codecov.
|
@junghans have you checked if doing the following would fix the issue?:
The documentation says:
|
@KaiSzuttor the problem persists. If you look at my fix, the problem is actually in |
@KaiSzuttor: You guys required cmake-3.0 which came with https://gitlab.kitware.com/cmake/cmake/blob/v3.0.0/Modules/FindMPI.cmake, so this might be a good time to switch to |
thanks, @junghans Could you please switch to the new syntax since you are touching this? |
@KaiSzuttor Done |
thanks @junghans |
Fixed in CMake: https://gitlab.kitware.com/cmake/cmake/merge_requests/2368 |
cmake: workaround for cmake bug#18349
https://gitlab.kitware.com/cmake/cmake/issues/18349
Usually I am against adding random workarounds to any code base, but this is a bug in such wide range of CMake versions that you guys will have users with this issue for years....